CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 检测圆 VC

搜索资源列表

  1. Houghimproved

    0下载:
  2. vc 编制的hough变换程序,可以应用于直线、圆、方形的检测。-vc prepared by the Hough Transform procedures can be applied to linear, circular, square testing.
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:1982
    • 提供者:xiaoxiao
  1. Hough_line_circle_ellipse

    3下载:
  2. 基于Hough变换的直线,圆,椭圆的检测.其中直线检测是VC代码.圆和椭圆是MATLAB代码
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:2365
    • 提供者:夏小静
  1. Hough

    2下载:
  2. 这是一个在VC++环境下编写的Hough变换检测圆代码,可以同时检测多个圆.
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:61019
    • 提供者:马尚
  1. aaaaaa

    1下载:
  2. 这是一个在VC++环境下编写的Hough变换检测圆代码,可以同时检测多个圆.
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:75239
    • 提供者:黄俊敏
  1. hough圆变换并显示圆心、半径

    2下载:
  2. 利用VC++6.0和OpenCV1.0进行图像Hough圆变换,在视图中显示检测到的圆心、半径值。
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2010-12-02
    • 文件大小:38255
    • 提供者:qq2216
  1. circle-detect.用VC编写圆检测程序的一些代码和算法

    0下载:
  2. 这是我搜集的用VC编写圆检测程序的一些代码和算法,算法以HOUGH变换为主,This is my collection of circle detection using VC procedures to prepare a number of code and algorithm to transform the main HOUGH
  3. 所属分类:图形图象

    • 发布日期:2017-03-23
    • 文件大小:5895
    • 提供者:丰旻
  1. Hough-circle

    0下载:
  2. VC++下基于Hough变换的检测圆的代码,能同时检测多个圆,效果很好-VC++ Detection Based on Hough Transform round code, can detect more than a round, very good
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:1959621
    • 提供者:王军
  1. hough

    0下载:
  2. 在MFC的平台上,根据霍夫变换(hough变换)的原理检测圆。-In the MFC' s platform, according to Hough transform (hough transform) the principle of detection of a round.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:1948842
    • 提供者:jiaojiao003
  1. CeLiangYuan

    0下载:
  2. 主要通过读入bmp文件,实时检测圆的半径和其他信息,工具是VC+opencv-Bmp files, mainly through reading, real-time detection of the radius and other information, the tool is VC+ opencv
  3. 所属分类:OpenCV

    • 发布日期:2017-05-15
    • 文件大小:3862342
    • 提供者:小坦克
  1. Hough

    0下载:
  2. hough变换检测圆的处理,包括对圆心的检测,半径的检测,算法巧妙。-hough transform circle detection, including detection of the center of a circle, the radius of detection, the algorithm skillfully.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-14
    • 文件大小:3895983
    • 提供者:zhouwei
  1. hough-transfrom

    1下载:
  2. 检测圆的程序,利用VC++ 使用HOUGH算子 效果明显 十分实用-Circle detection procedure, using VC++ using the HOUGH operator was very practical effect of
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-08
    • 文件大小:1966765
    • 提供者:李天羽
  1. hough-circledetect

    0下载:
  2. 这是一个进行圆检测的VC程序,性能较好,速度比经典HOUGH算法要快得多-This is a detection for a round of VC process, better performance, faster than the classical algorithm much faster HOUGH
  3. 所属分类:Graph program

    • 发布日期:2017-05-11
    • 文件大小:2561596
    • 提供者:丰旻
  1. classical-hough

    0下载:
  2. 文件中有根据经典HOUGH变换算法写的圆检测VC函数,由于圆有三个参数,因此HOUGH算法的圆检测相比直线要慢得多-Document based on the classic HOUGH transform circle detection algorithm written in VC function, there are three parameters as a result of a round, so HOUGH circle detection algorithm is much
  3. 所属分类:Graph program

    • 发布日期:2017-04-05
    • 文件大小:1680
    • 提供者:丰旻
  1. CircleDetect(Opencv)

    0下载:
  2. 用OPENCV编写的VC圆检测程序,个人觉得速度好于传统HOUGH变换算法-OPENCV prepared using VC circle detection procedures, personally feel that the speed is better than traditional HOUGH Transform Algorithm
  3. 所属分类:Graph program

    • 发布日期:2017-03-22
    • 文件大小:4016
    • 提供者:丰旻
  1. Houg_part

    0下载:
  2. Hough变换的原理以及直线检测和圆检测的vc代码-Hough transform principle and the straight line detection and circle detection in vc code
  3. 所属分类:Special Effects

    • 发布日期:2017-03-24
    • 文件大小:4565
    • 提供者:英文
  1. findcircle

    1下载:
  2. vc++为基础的 并运用OPENCV 中的HOUGH检测圆,还凑合吧-vc++-based and use OPENCV in HOUGH detection circle Haicou He Bar
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:1506802
    • 提供者:svm2222
  1. mubiaojianche

    0下载:
  2. 这是一个VC寻找圆心的程序,包括比对,二值化,目标检测,圆心定位等操作,是学习目标检测的资料!-This is a VC looking for center point of the process, including comparison, binary, object detection, central positioning operation, target detection information to learn!
  3. 所属分类:Graph program

    • 发布日期:2017-05-22
    • 文件大小:6789710
    • 提供者:liguo
  1. 73555bitmap

    0下载:
  2. 改进后的hough编程方法,适合对灰度图像提取直线和圆的检测 采用VC++编程-Improved hough programming method for extraction of linear and circular gray image was detected by VC++ programming
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-05
    • 文件大小:69535
    • 提供者:李天羽
  1. 19999ch1_1

    0下载:
  2. 是一个hough程序采用VC++编程 十分实用 可以圆和直线检测-Hough program is a program using VC++ is very useful for detection of circles and straight lines
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:60373
    • 提供者:李天羽
  1. Hough

    1下载:
  2. 这是一个在VC++环境下编写的Hough变换检测圆代码,可以同时检测多个圆(This is a VC++ environment written in Hough transform detection circle code, you can simultaneously detect multiple circles)
  3. 所属分类:图形图象

    • 发布日期:2017-12-21
    • 文件大小:11787264
    • 提供者:yuem
« 12 »
搜珍网 www.dssz.com